home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / hsmart / _SETUP.1 / newhs.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1997-11-23  |  2KB  |  103 lines

  1. object Form5: TForm5
  2.   Left = 200
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'INFORMATION YOU NEED TO KNOW'
  6.   ClientHeight = 213
  7.   ClientWidth = 310
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 88
  18.     Width = 64
  19.     Height = 16
  20.     Caption = 'Disclaimer'
  21.     Font.Color = clBlue
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsUnderline]
  25.     ParentFont = False
  26.     OnClick = Label1Click
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 112
  31.     Width = 139
  32.     Height = 16
  33.     Caption = 'Updated Food Item List'
  34.     Font.Color = clBlue
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsUnderline]
  38.     ParentFont = False
  39.     OnClick = Label2Click
  40.   end
  41.   object Label3: TLabel
  42.     Left = 24
  43.     Top = 136
  44.     Width = 77
  45.     Height = 16
  46.     Caption = 'Personal List'
  47.     Font.Color = clBlue
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsUnderline]
  51.     ParentFont = False
  52.     OnClick = Label3Click
  53.   end
  54.   object Label4: TLabel
  55.     Left = 24
  56.     Top = 160
  57.     Width = 144
  58.     Height = 16
  59.     Caption = 'Building a Weight Graph'
  60.     Font.Color = clBlue
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsUnderline]
  64.     ParentFont = False
  65.     OnClick = Label4Click
  66.   end
  67.   object Label5: TLabel
  68.     Left = 24
  69.     Top = 184
  70.     Width = 120
  71.     Height = 16
  72.     Caption = 'Ordering Information'
  73.     Font.Color = clBlue
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsUnderline]
  77.     ParentFont = False
  78.     OnClick = Label5Click
  79.   end
  80.   object Memo1: TMemo
  81.     Left = 8
  82.     Top = 8
  83.     Width = 289
  84.     Height = 65
  85.     Lines.Strings = (
  86.       'The information in the following help screens is information '
  87.       'that you need to know before you start using Heart Smart.  '
  88.       'Select an item, then close the help window and go to the '
  89.       'next item.')
  90.     ReadOnly = True
  91.     TabOrder = 0
  92.   end
  93.   object Button1: TButton
  94.     Left = 224
  95.     Top = 120
  96.     Width = 65
  97.     Height = 33
  98.     Caption = 'E&xit'
  99.     ModalResult = 1
  100.     TabOrder = 1
  101.   end
  102. end
  103.